'Declaration
Public Overloads Shared Function GetBounds( _ ByVal points() As NPointD _ ) As NRectangleD
'Usage
Dim points() As NPointD Dim value As NRectangleD value = NGeometry2D.GetBounds(points)
public static NRectangleD GetBounds( NPointD[] points )
Parameters
- points